home *** CD-ROM | disk | FTP | other *** search
/ Workplace Effectiveness:…ecision-Making Strategies / Workplace Effectiveness: Decision-Making Strategies.iso / pc / Files / Candles.dxr / 00019_Play audio, go next w-OUTmusic.ls < prev    next >
Encoding:
Text File  |  1998-12-16  |  117 b   |  9 lines

  1. on exitFrame
  2.   global gMasterData
  3.   if soundBusy(2) then
  4.     go(the frame)
  5.   else
  6.     go(the frame + 1)
  7.   end if
  8. end
  9.